﻿#sectionLoginPicture {
    width: 70%;
    background: #af1230;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cacheInfoTxt {
    background-color: #ffffff;
    margin: 20%;
    padding-left: 1.5%;
}
#sectionLoginForm {
    width: 30%;
    align-self: center;
    vertical-align: middle;
    text-align: center;
}
  #sectionLoginForm h3 {
    font-size: 19px;
    font-weight: 300;
    color: #af1230; }
  .inputLogin {
    margin: 10px;
    padding: 12px;
    min-width: 200px;
    width: 50%;
    max-width: 300px;
    font-size: 17px; }
  #sectionLoginForm button {
    width: 100px;
    margin: 10px;
    padding: 10px;
    border: none;
    background: #252525;
    color: #f8f8f8; }
  #sectionLoginForm button:hover, #sectionLoginForm button:active {
    background: #af1230; }

/*# sourceMappingURL=login.css.map */